home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000229_news@columbia.edu_Sat Oct 28 13:07:58 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA27929
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 29 Oct 1995 00:51:36 -0400
  3. Received: by apakabar.cc.columbia.edu id AA02026
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 29 Oct 1995 00:51:35 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!chi-news.cic.net!uwm.edu!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: VT300 terminal emulation
  9. Message-Id: <1995Oct28.190758.65236@cc.usu.edu>
  10. Date: 28 Oct 95 19:07:58 MDT
  11. References: <1995Oct27.154634.911@cesi>
  12. Organization: Utah State University
  13. Lines: 22
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <1995Oct27.154634.911@cesi>, meregalli@cesi.it (Alberto Meregalli (DIF)) writes:
  17. > Hello!
  18. > I have a couple of problems with MS-Kermit Terminal Emulation:
  19. > 1) If I execute VT300.INI to emulate the LK200 keyboard I can no
  20. > longer use the rollback feature, at least by whole screens, because
  21. > PageUp is tied to the Previous Screen key. I can only use Ctrl/PageUp
  22. > to move one line at a time. Do you know any way to move a screenful at
  23. > a time?
  24. > 2) How can I stop the screen? I know that Ctrl/S works, but I'd prefer
  25. > a single key to act like a Hold/Release button. Can I have that?
  26. ---------
  27.     Don't bother with vt300.ini. The bare MSK does a very nice job
  28. of all this. You can review vt300.ini and see if there are parts you
  29. wish to keep or modify.
  30.     Please have a look at the documentation on keyboard verbs. You
  31. will find \kholdscrn. That shows too if you say SET KEY, press any key,
  32. then press ? for the definition (see choices).
  33.     Joe D.